home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 2 / getfiles.zip / GETFILES.DOC < prev    next >
Text File  |  1989-01-05  |  1KB  |  21 lines

  1. '************************** Getfiles.Bas  ********************************
  2. 'These routines included have been constructed from source code that I have
  3. 'found in the public domain on a few BBS's and my own code. It was written
  4. 'using the Microsoft QuickBasic Compiler 2.0.
  5. 'I used the /L switch when loading the QuickBasic compiler and used the
  6. 'library named USERLIB.EXE which included the definittions for the INT86
  7. 'assembler routines that comes with the compiler. I have included that library
  8. 'under the named MYLIB.EXE within the archive file that has this source code.
  9. 'The assembly language routines were extracted from a file named BASTODOS.ARC
  10. 'written by James P. Morgan of Orlando, Florida. The sort routine was from an
  11. 'anonymous author under the filename QUIKSORT.ARC.
  12. 'These were my first attempts at writing with the QUICKBASIC 2.0 compiler
  13. 'I hope that maybe one of these routines will help someone out. It's been a
  14. 'great help for me to have access to some good code for nothing, and to have
  15. 'learned from it. I wish the same for you.
  16.  
  17. '                                       Michael Graves
  18. '                                       Brooklyn, NY
  19. '                                       Work: (212) 921-7514
  20. '                                       Compuserve [72507,1203]
  21.